<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*åˆå§‹åŒ–æ&nbsp;·å¼*/
html {
  margin: 0 auto;
  padding: 0;
  zoom: 1;
  font-size: 62.5%;
  font-size: 16px;
  line-height: 1.4em;
  max-width: 1920px;
  min-width: 1200px;
}
body {
  margin: 0;
  padding: 0;
  zoom: 1;
  font-size: 16px;
  line-height: 1.4em;
  font-family: "PingFang SC", "Arial", "Microsoft YaHei", "Microsoft YaHei UI", "WenQuanYi Micro Hei", "sans-serif", \5b8b\4f53;
  color: #222222;
  /*è®¾ç½®å®½åº¦*/
  background-color: #fff;
}
/**,
*::before,
*::after {
  font: inherit;
  margin: 0;
  padding: 0;
  color: inherit;
}*/
.ol,
.ol .li,
.dl,
.dl .li,
.ul,
.ul .li {
  margin: 0;
  padding: 0;
  list-style: none;
}
b,
strong {
  font-weight: 600;
}
input,
button,
select,
textarea {
  background: none;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  outline: none;
  resize: none;
}
input:focus {
  outline: none;
}
/*html5è®¾ç½®*/
article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
figcaption {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

span {
  outline: none;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
a:link,
a:visited,
a:focus {
  outline: none;
  text-decoration: none;
  -moz-outline: none;
}
a:hover {
  text-decoration: none;
}
.box-sizing-border,
.box-sizing-border * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box-sizing-border::before,
.box-sizing-border *::before,
.box-sizing-border::after,
.box-sizing-border *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box-sizing-content,
.box-sizing-content * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.box-sizing-content::before,
.box-sizing-content *::before,
.box-sizing-content::after,
.box-sizing-content *::after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.textover {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.textovers {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.t-center {
  text-align: center;
}
.t-left {
  text-align: left;
}
.t-right {
  text-align: right;
}
.x-half {
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.y-half {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.xy-half {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.o-hide {
  overflow: hidden;
}
.img-box {
  position: relative;
  overflow: hidden;
}
.img-box::before {
  content: "";
  display: block;
  width: 100%;
}
.img-box img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 80%;
  height: 90%;
  transform: scale(0.6);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.img-box.type-product::before {
  padding-top: 78.723%;
}
.img-box.auto-img::before {
  display: none;
}
.img-box.auto-img img {
  position: static;
  height: auto;
}
.imgh:hover .img-box img,
.img-box .imgh:hover img,
.img-box.imgh:hover img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}
.vmd {
  display: inline-block;
  vertical-align: middle;
}
/*æ¸…æ¥šæµ®åŠ¨*/
.clear {
  clear: both;
  height: auto;
  overflow: hidden;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
  font-size: 0;
}
.clearfix {
  zoom: 1;
}
/*åˆå§‹åŒ–æ&nbsp;·å¼*/
.f-l {
  float: left;
}
.f-r {
  float: right;
}
html {
  --default-h: 80px;
  --header-small-height: 80px;
  --scroll-w: 4px;
  --vw: 100vw;
  --vwmini: calc(var(--vw) - var(--scroll-w));
  --hvw: clamp(0px, calc(100vw - var(--scroll-w)), 1920px);
  --bettwen-pad: 5vw;
  --main-color: #ff0000;
  --main-hover-color: #4997cb;
  --main-color-rgb: 246, 117, 36;
  --main-hover-color-rgb: 10, 76, 154;
  --main-third-color: #4997cb;
  --main-third-hover-color: #1265c7;
  --main-third-color-rgb: 73, 151, 203;
  --main-third-hover-color-rgb: 18, 101, 199;
  --linear-color: linear-gradient(124deg, #ebb13c, #ed7841);
  --linear-color-h: linear-gradient(-124deg, #ebb13c, #ed7841);
  --background: linear-gradient(-34deg, #ed7841 0%, #ebb13c 100%),
    linear-gradient(#f67524, #f67524);
  --background-hover: linear-gradient(-34deg, #ed7841 100%, #ebb13c 0%),
    linear-gradient(#f67524, #f67524);
  --win-width-1920: 100vw;
  --bettwen-full-pad: calc((100vw - var(--wrap-full-width)) / 2);
  --bettwen-1760-pad: calc((100vw - var(--wrap-1760-width)) / 2);
  --bettwen-1680-pad: calc((100vw - var(--wrap-1680-width)) / 2);
  --bettwen-1470-pad: calc((100vw - var(--wrap-1470-width)) / 2);
  --bettwen-1300-pad: calc((100vw - var(--wrap-1300-width)) / 2);
  --bettwen-1200-pad: calc((100vw - var(--wrap-1200-width)) / 2);
}
@media (min-width: 1921px) {
  html {
    --win-width-1920: 1920px;
  }
}
@media (min-width: 1201px) {
  html {
    --wrap-full-width: clamp(calc(1200px - calc(15px * 2)), 95vw, 100vw);
  }
}
@media (min-width: 1201px) {
  html {
    --wrap-1760-width: clamp(calc(1200px - var(--scroll-w) - 68px*2), calc(100vw - var(--scroll-w) - 68px*2), 1760px);
  }
}
@media (max-width: 1200px) {
  html {
    --wrap-1760-width: 1200px;
  }
}
@media (min-width: 1201px) {
  html {
    --wrap-1680-width: clamp(calc(1200px - var(--scroll-w) - 68px*2), calc(100vw - var(--scroll-w) - 68px*2), 1680px);
  }
}
@media (max-width: 1200px) {
  html {
    --wrap-1680-width: clamp(0px, 768px, calc(100% - (15px * 2)));
    --wrap-1680-width: 1200px;
  }
}
@media (min-width: 1201px) {
  html {
    --wrap-1470-width: clamp(calc(1200px - calc(15px * 2)), calc(90vw - 30px), 1470px);
  }
}
@media (max-width: 1200px) {
  html {
    --wrap-1470-width: clamp(0px, 768px, calc(100% - (15px * 2)));
    --wrap-1470-width: 1200px;
  }
}
@media (min-width: 1201px) {
  html {
    --wrap-1300-width: clamp(calc(1200px - calc(15px * 2)), calc(90vw - 30px), 1300px);
  }
}
@media (max-width: 1200px) {
  html {
    --wrap-1300-width: clamp(0px, 768px, calc(100% - (15px * 2)));
    --wrap-1300-width: 1200px;
  }
}
@media (min-width: 1201px) {
  html {
    --wrap-1200-width: clamp(calc(1200px - calc(15px * 2)), calc(90vw - 30px), 1200px);
  }
}
@media (max-width: 1200px) {
  html {
    --wrap-1200-width: clamp(0px, 768px, calc(100% - (15px * 2)));
    --wrap-1200-width: 1200px;
  }
}
.wrap-full {
  margin-left: auto;
  margin-right: auto;
  width: var(--wrap-full-width);
}
.wrap-1200 {
  margin-left: auto;
  margin-right: auto;
  width: var(--wrap-1200-width);
}
.wrap-1300 {
  margin-left: auto;
  margin-right: auto;
  width: var(--wrap-1300-width);
}
.wrap-1470 {
  margin-left: auto;
  margin-right: auto;
  width: var(--wrap-1470-width);
}
.wrap-1680 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: var(--wrap-1680-width);
}
.wrap-1760 {
  margin-left: auto;
  margin-right: auto;
  width: var(--wrap-1760-width);
}
@media (max-width: 1200px) {
  .wrap-full,
  .wrap-1200,
  .wrap-1300,
  .wrap-1470,
  .wrap-1680,
  .wrap-1760 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.main {
  background-color: #ffffff;
  pointer-events: auto;
  opacity: 1;
}
.bg-main-color {
  background-color: var(--main-color);
}
.bgf0f0f0 {
  background-color: #f0f0f0;
}
.bgf8f7f6 {
  background-color: #f8f7f6;
}
.bgf8f8f8 {
  background-color: #f8f8f8;
}
.bgffffff {
  background-color: #ffffff;
}
.bgf1f1f1 {
  background-color: #f1f1f1;
}
.bgf3f3f3 {
  background-color: #f3f3f3;
}
.bgf6f7f9 {
  background-color: #f6f7f9;
}
.bgf4f4f4 {
  background-color: #f4f4f4;
}
.bgf5f5f5 {
  background-color: #f5f5f5;
}
.bgf7f7f7 {
  background-color: #f7f7f7;
}
.bg2d2d2d {
  background-color: #2d2d2d;
}
.bg121212 {
  background-color: #121212;
}
.color-main {
  color: var(--main-color);
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(102, 102, 102, 0.5);
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(102, 102, 102, 0.5);
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(102, 102, 102, 0.5);
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(102, 102, 102, 0.5);
}
.input-color1 {
  --color: #555555;
}
.input-color1::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: var(--color);
}
.input-color1:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--color);
}
.input-color1::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--color);
}
.input-color1:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--color);
}
.input-color2 {
  --color: #999999;
}
.input-color2::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: var(--color);
}
.input-color2:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--color);
}
.input-color2::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--color);
}
.input-color2:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--color);
}
.input-color3 {
  --color: #555555;
}
.input-color3::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: var(--color);
}
.input-color3:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--color);
}
.input-color3::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--color);
}
.input-color3:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--color);
}
.input-color4 {
  --color: rgba(255, 255, 255, 0.4);
}
.input-color4::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: var(--color);
}
.input-color4:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--color);
}
.input-color4::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--color);
}
.input-color4:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--color);
}
/*å®šä¹‰æ»šåŠ¨æ¡é«˜å®½åŠèƒŒæ™¯ é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/
::-webkit-scrollbar {
  border-radius: 1.5px;
  width: 4px;
  height: 4px;
  background-color: #dfdfdf;
}
/*å®šä¹‰æ»šåŠ¨æ¡è½¨é“ å†…é˜´å½±+åœ†è§’*/
::-webkit-scrollbar-track {
  border-radius: 1.5px;
  background-color: #dfdfdf;
}
/*å®šä¹‰æ»‘å— å†…é˜´å½±+åœ†è§’*/
::-webkit-scrollbar-thumb {
  border-radius: 1.5px;
  background-color: var(--main-color);
}
/*æ»‘å—æ•ˆæžœ*/
::-webkit-scrollbar-thumb:hover {
  border-radius: 1.5px;
  background-color: var(--main-color);
}
.scroll-type-a::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.18);
}
/*å®šä¹‰æ»šåŠ¨æ¡è½¨é“ å†…é˜´å½±+åœ†è§’*/
.scroll-type-a::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.18);
}
/*å®šä¹‰æ»‘å— å†…é˜´å½±+åœ†è§’*/
.scroll-type-a::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #ffffff;
}
/*æ»‘å—æ•ˆæžœ*/
.scroll-type-a::-webkit-scrollbar-thumb:hover {
  border-radius: 3px;
  background-color: #ffffff;
}
.i-block {
  display: inline-block;
}
[flex] {
  display: flex;
}
[flex][flex~="i"] {
  display: inline-flex;
}
[flex][flex~="wrap"] {
  flex-wrap: wrap;
}
[flex][flex~="no-wrap"] {
  flex-wrap: nowrap;
}
[flex][flex~="ja"] {
  justify-content: space-around;
}
[flex][flex~="jb"] {
  justify-content: space-between;
}
[flex][flex~="js"] {
  justify-content: start;
}
[flex][flex~="jfs"] {
  justify-content: flex-start;
}
[flex][flex~="jc"] {
  justify-content: center;
}
[flex][flex~="je"] {
  justify-content: end;
}
[flex][flex~="jfe"] {
  justify-content: flex-end;
}
[flex][flex~="ais"] {
  align-items: flex-start;
}
[flex][flex~="aic"] {
  align-items: center;
}
[flex][flex~="acc"] {
  align-content: center;
}
[flex][flex~="aie"] {
  align-items: flex-end;
}
.lw-w-1 {
  width: 8.33333333%;
}
.lw-w-2 {
  width: 16.66666667%;
}
.lw-w-3 {
  width: 25%;
}
.lw-w-4 {
  width: 33.33333333%;
}
.lw-w-5 {
  width: 41.66666667%;
}
.lw-w-6 {
  width: 50%;
}
.lw-w-7 {
  width: 58.33333333%;
}
.lw-w-8 {
  width: 66.66666667%;
}
.lw-w-9 {
  width: 75%;
}
.lw-w-10 {
  width: 83.33333333%;
}
.lw-w-11 {
  width: 91.66666667%;
}
.lw-w-12 {
  width: 100%;
}
.lw-5w {
  width: 20%;
}
.lw-w-hide {
  display: none;
}
@media (max-width: 1200px) {
  .lw-xw-1 {
    width: 8.33333333%;
  }
  .lw-xw-2 {
    width: 16.66666667%;
  }
  .lw-xw-3 {
    width: 25%;
  }
  .lw-xw-4 {
    width: 33.33333333%;
  }
  .lw-xw-5 {
    width: 41.66666667%;
  }
  .lw-xw-6 {
    width: 50%;
  }
  .lw-xw-7 {
    width: 58.33333333%;
  }
  .lw-xw-8 {
    width: 66.66666667%;
  }
  .lw-xw-9 {
    width: 75%;
  }
  .lw-xw-10 {
    width: 83.33333333%;
  }
  .lw-xw-11 {
    width: 91.66666667%;
  }
  .lw-xw-12 {
    width: 100%;
  }
  .lw-5xw {
    width: 20%;
  }
}
@media (max-width: 1024px) {
  .lw-mw-1 {
    width: 8.33333333%;
  }
  .lw-mw-2 {
    width: 16.66666667%;
  }
  .lw-mw-3 {
    width: 25%;
  }
  .lw-mw-4 {
    width: 33.33333333%;
  }
  .lw-mw-5 {
    width: 41.66666667%;
  }
  .lw-mw-6 {
    width: 50%;
  }
  .lw-mw-7 {
    width: 58.33333333%;
  }
  .lw-mw-8 {
    width: 66.66666667%;
  }
  .lw-mw-9 {
    width: 75%;
  }
  .lw-mw-10 {
    width: 83.33333333%;
  }
  .lw-mw-11 {
    width: 91.66666667%;
  }
  .lw-mw-12 {
    width: 100%;
  }
  .lw-5mw {
    width: 20%;
  }
}
@media (max-width: 992px) {
  .lw-nw-1 {
    width: 8.33333333%;
  }
  .lw-nw-2 {
    width: 16.66666667%;
  }
  .lw-nw-3 {
    width: 25%;
  }
  .lw-nw-4 {
    width: 33.33333333%;
  }
  .lw-nw-5 {
    width: 41.66666667%;
  }
  .lw-nw-6 {
    width: 50%;
  }
  .lw-nw-7 {
    width: 58.33333333%;
  }
  .lw-nw-8 {
    width: 66.66666667%;
  }
  .lw-nw-9 {
    width: 75%;
  }
  .lw-nw-10 {
    width: 83.33333333%;
  }
  .lw-nw-11 {
    width: 91.66666667%;
  }
  .lw-nw-12 {
    width: 100%;
  }
  .lw-5nw {
    width: 20%;
  }
}
@media (max-width: 768px) {
  .lw-sw-1 {
    width: 8.33333333%;
  }
  .lw-sw-2 {
    width: 16.66666667%;
  }
  .lw-sw-3 {
    width: 25%;
  }
  .lw-sw-4 {
    width: 33.33333333%;
  }
  .lw-sw-5 {
    width: 41.66666667%;
  }
  .lw-sw-6 {
    width: 50%;
  }
  .lw-sw-7 {
    width: 58.33333333%;
  }
  .lw-sw-8 {
    width: 66.66666667%;
  }
  .lw-sw-9 {
    width: 75%;
  }
  .lw-sw-10 {
    width: 83.33333333%;
  }
  .lw-sw-11 {
    width: 91.66666667%;
  }
  .lw-sw-12 {
    width: 100%;
  }
  .lw-5sw {
    width: 20%;
  }
  .lw-sw-block {
    display: block;
  }
}
.relative {
  position: relative;
}
.cycle-box {
  --size: 40px;
  --time: 4s;
  --b-c: var(--main-color);
  --b-w: 3px;
  position: relative;
  width: var(--size);
  height: var(--size);
}
.cycle-box .cycle-son {
  position: absolute;
  top: 0;
  height: var(--size);
  width: calc(var(--size) * 0.5);
  overflow: hidden;
}
.cycle-box .cycle-son::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cycle-box .left-c {
  left: 0;
}
.cycle-box .left-c::before {
  transform-origin: right center;
  border-radius: calc(var(--size) * 0.5) 0 0 calc(var(--size) * 0.5);
  border: var(--b-w) solid var(--b-c);
  border-right: 0;
  transform: rotate(-180deg);
}
.cycle-box .right-c {
  right: 0;
}
.cycle-box .right-c::before {
  transform-origin: left center;
  border-radius: 0 calc(var(--size) * 0.5) calc(var(--size) * 0.5) 0;
  border: var(--b-w) solid var(--b-c);
  border-left: 0;
  transform: rotate(-180deg);
}
.cycle-box.run .left-c::before {
  animation: cycle-left var(--time) linear;
}
.cycle-box.run .right-c {
  right: 0;
}
.cycle-box.run .right-c::before {
  animation: cycle-right var(--time) linear;
}
.run .cycle-box .left-c::before {
  animation: cycle-left var(--time) linear;
}
.run .cycle-box .right-c {
  right: 0;
}
.run .cycle-box .right-c::before {
  animation: cycle-right var(--time) linear;
}
@keyframes cycle-left {
  0% {
    transform: rotate(-180deg);
  }
  50% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes cycle-right {
  0% {
    transform: rotate(-180deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.self-svg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.self-svg svg.icon {
  width: var(--size);
  height: var(--size);
  fill: var(--fill);
}
/**ä¾§è¾¹æ‚¬æµ®**/
.small-header .fix-nav {
  transform: translateX(0);
}
.fix-nav {
  --color1: var(--main-color);
  --fs: 68px;
  --size: 43%;
  --fill: #ffffff;
  margin-top: -172px;
  transform: translateX(100%);
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 9;
  background: var(--linear-color);
  text-align: center;
  transition: transform .3s;
}
.fix-nav .line {
  display: block;
  margin: 0 auto;
  height: 1px;
  width: 80%;
  background: rgba(255, 255, 255, 0.17);
}
.fix-nav .fix-btn {
  display: block;
  position: relative;
  width: var(--fs);
  height: var(--fs);
  background: transparent;
  color: #fff;
  font-size: 12px;
  transition: all 0.3s;
}
.fix-nav .fix-btn + .fix-btn {
  margin-top: 5px;
}
.fix-nav .fix-btn.qq {
  --size: 55%;
}
.fix-nav .fix-btn.weixin {
  --size: 46%;
}
.fix-nav .fix-btn.phone {
  --size: 46%;
}
.fix-nav .fix-btn.edit {
  --size: 54%;
}
.fix-nav .fix-btn.return-top {
  --size: 34%;
}
.fix-nav .fix-btn .self-svg {
  width: var(--fs);
  height: var(--fs);
}
.fix-nav .fix-btn .p {
  font-size: 12px;
  line-height: 20px;
  padding-top: 3px;
}
.fix-nav .fix-btn .p-number {
  word-break: keep-all;
  position: absolute;
  right: 50%;
  top: 50%;
  /* height: 100%; */
  flex-direction: column;
  text-align: left;
  line-height: 1.6em;
  font-size: 18px;
  color: #fff;
  width: max-content;
  background-color: var(--color1);
  opacity: 0;
  transition: opacity 0.3s, right 0.3s;
  transform: translateY(-50%);
  pointer-events: none;
}
.fix-nav .fix-btn .p-number .p-number-li {
  /* height: var(--fs); */
  width: 100%;
  padding: .7em 1.4em .7em .5em;
}
.fix-nav .fix-btn .p-number .p-number-li:nth-child(2n+1) {
  background: #e96410;
}
.fix-nav .fix-btn .p-number .p-tit {
  flex-shrink: 0;
}
.fix-nav .fix-btn:hover {
  background-color: var(--main-color);
}
.fix-nav .fix-btn:hover .p-number {
  opacity: 1;
  right: 100%;
  pointer-events: auto;
}
.fix-nav .fix-btn:hover .code-box {
  opacity: 1;
  right: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
.fix-nav .code-box {
  margin-top: -76px;
  margin-right: 10px;
  width: 150px;
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  right: 50%;
  opacity: 0;
  transition: opacity 0.3s, right 0.3s;
  transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  padding: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.fix-nav .code-box::before {
  content: "";
  border: 5px solid transparent;
  border-left-color: #fff;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -5px;
}
.fix-nav .code-box .txt {
  font-size: 12px;
  color: #444;
}
@media (max-width: 1200px) {
  .fix-nav {
    display: none;
  }
}
.nodata {
  padding-top: 80px;
  padding-bottom: 50px;
  text-align: center;
  font-size: 18px;
  line-height: 2em;
  color: #666666;
}
@media (max-width: 1200px) {
  .nodata {
    padding-top: 0.7rem;
    padding-bottom: 0.5rem;
    font-size: 0.3rem;
  }
}
.website-map {
  --c: rgba(255, 255, 255, 0.6);
  position: relative;
  z-index: 2;
  font-size: 14px;
  line-height: 1.4em;
  color: var(--c);
}
.website-map.type-a .flex-box {
  position: absolute;
  bottom: 0;
}
.website-map .flex-box {
  padding: 1.6em 0;
}
.website-map .home-icon {
  --size: 1.1em;
  --fill: var(--c);
  margin-right: 0.4em;
  transform: translate(0, -10%);
}
.website-map .jt {
  margin: 0 0.5em;
}
.website-map a:hover {
  color: var(--main-color);
}
.auto-title-block {
  font-size: 82px;
  line-height: 1.4em;
  color: #222222;
}
.auto-title-block .auto-title-en {
  font-family: DIN;
  font-weight: bold;
  line-height: 0.9em;
}
.auto-title-block .auto-title-en .i {
  display: inline-block;
  vertical-align: top;
  background: var(--linear-color);
  -webkit-background-clip: text;
  color: transparent;
}
.auto-title-block .auto-title-h2 {
  margin-top: 0.1em;
  font-size: 0.63em;
  font-weight: bold;
  line-height: 1.4em;
}
.auto-title-block .auto-title-h3 {
  margin-top: 0.1em;
  font-size: 0.51em;
  line-height: 1.4em;
}
.auto-title-block .auto-title-des {
  margin-top: 0.9em;
  font-size: 0.195em;
  line-height: 1.4em;
  color: #555555;
}
@media (max-width: 1660px) {
  .auto-title-block {
    font-size: 68px;
  }
}
@media (max-width: 1550px) {
  .auto-title-block {
    font-size: 58px;
  }
}
@media (max-width: 1400px) {
  .auto-title-block {
    font-size: 52px;
  }
}
@media (max-width: 1300px) {
  .auto-title-block {
    font-size: 46px;
  }
}
.swiper-btns {
  --s: 70px;
}
.swiper-btns .swiper-btn .self-svg {
  --size: 36%;
  --fill: #ffffff;
  border-radius: 30px 30px 30px 0;
  width: var(--s);
  height: var(--s);
  background: var(--linear-color);
}
.swiper-btns .swiper-btn .self-svg svg {
  margin-left: -5%;
}
.swiper-btns .swiper-btn.prev .self-svg svg {
  transform: rotate(180deg);
}
.swiper-btns .swiper-btn:hover .self-svg {
  background: var(--linear-color-h);
}
.more-box-a {
  --m-h: 46px;
  font-size: 15px;
  line-height: var(--m-h);
  color: #ffffff;
}
.more-box-a .more-box {
  position: relative;
  background: #ff0000;
  border-radius: calc(var(--m-h) * 0.5) calc(var(--m-h) * 0.5) calc(var(--m-h) * 0.5) calc(var(--m-h) * 0.5);
  padding: 0 2.66em;
  transition: background 0.3s;
}
.more-box-a .more-box::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: calc(var(--m-h) * 0.5) calc(var(--m-h) * 0.5) calc(var(--m-h) * 0.5) 0px;
  border: 1px solid transparent;
  width: 100%;
  height: 100%;
}
.more-box-a .more-box .self-svg {
  --size: 70%;
  --fill: #ffffff;
  margin-left: 0.5em;
  width: 1em;
  height: 1em;
}
.more-box-a .more-box.type-a {
  background: transparent;
}
.more-box-a .more-box.type-a::before {
  border-color: #ffffff;
}
.more-box-a .more-box:hover {
  background: var(--linear-color-h);
}
.more-box-a .more-box:hover::before {
  border-color: transparent;
}
.more-box-b {
  --m-h: 40px;
  font-size: 15px;
  line-height: var(--m-h);
  color: #ffffff;
}
.more-box-b .more-box {
  background: var(--linear-color);
  border-radius: calc(var(--m-h) * 0.5) calc(var(--m-h) * 0.5) calc(var(--m-h) * 0.5) 0px;
}
.more-box-b .more-box .self-svg {
  --size: 50%;
  --fill: #ffffff;
  width: var(--m-h);
  height: var(--m-h);
}
.more-box-b .more-box:hover {
  background: var(--linear-color-h);
}
.radio-box-self {
  --sw: 22px;
  position: relative;
  font-size: 16px;
  line-height: 1.4em;
  color: #555555;
}
.radio-box-self .radio-input {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.radio-box-self .radio-input:checked + .radio-other .radio-point {
  border-color: var(--main-color);
}
.radio-box-self .radio-input:checked + .radio-other .radio-point::before {
  content: "";
  transform: scale(1);
}
.radio-box-self .radio-other {
  display: flex;
  align-content: center;
}
.radio-box-self .radio-other .radio-point {
  flex-shrink: 0;
  position: relative;
  border-radius: 50%;
  border: 1px solid transparent;
  height: var(--sw);
  width: var(--sw);
  transition: border 0.3s;
}
.radio-box-self .radio-other .radio-point::before {
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  border: 1px solid #ffffff;
  width: 100%;
  height: 100%;
  background: var(--main-color);
  transform: scale(0);
  transition: transform 0.3s;
}
.radio-box-self .radio-other .radio-point::after {
  --asw: calc(100% - 4px);
  --lp: 2px;
  content: "";
  display: block;
  position: absolute;
  left: var(--lp);
  top: var(--lp);
  border-radius: 50%;
  border: 1px solid #ededed;
  width: var(--asw);
  height: var(--asw);
  background: #f7f8f9;
  opacity: 1;
  transition: opacity 0.3s;
}
.radio-box-self .radio-other .radio-text {
  padding-left: 8px;
}
.select-self {
  --sc: #222222;
  --hc: var(--main-color);
  position: relative;
}
.select-self .select-word {
  position: relative;
  padding-right: 3px;
  background: transparent;
  line-height: 46px;
  font-size: 18px;
  color: #222222;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.select-self .select-word::after {
  content: "";
  display: inline-block;
  margin-top: 1px;
  margin-left: 10px;
  border: 0 none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--sc);
}
.select-self .select-word:hover::after {
  border-top-color: var(--main-color);
}
.select-self.on {
  z-index: 2;
}
.select-self.on .select-word {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  color: var(--hc);
}
.select-self.on .select-word::after {
  border-top-color: var(--hc);
}
.select-self.on .select-list {
  display: block;
}
.select-self .select-list {
  display: none;
  position: absolute;
  left: 0;
  margin-top: -1px;
  width: 100%;
  min-width: 200px;
  max-height: 211px;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-top: 0 none;
}
.select-self .select-list li {
  border-top: 1px solid #f4f4f4;
  background: transparent;
  cursor: pointer;
  line-height: 20px;
  font-size: 14px;
  color: var(--c);
}
.select-self .select-list li.on,
.select-self .select-list li:hover {
  background: var(--hc);
  color: #ffffff;
}
.select-self .select-list li a {
  display: block;
  padding: 9px 12px;
}
/**åˆ—è¡¨ç¿»é¡µ**/
.page-btn-box {
  --bg: var(--main-color);
  --s: 44px;
  padding: 50px 15px 80px;
  text-align: center;
  font-size: 15px;
  line-height: var(--s);
  color: #555555;
}
.page-btn-box.no-bot {
  padding-bottom: 0;
}
.page-btn-box .page-btn,.page-btn-box .page-num {
  margin: 2.5px;
  border-radius: 5px;
  min-width: calc(var(--s) * 1.4);
  padding: 0 0.5em;
  border-radius: 22px 22px 22px 0px;
  background-color: transparent;
  transition: all 0.3s;
}
.page-btn-box .page-btn:hover,
.page-btn-box .page-num.page-num-current {
  background-image: linear-gradient(-34deg, #ed7841 0%, #ebb13c 100%), linear-gradient(#535cad, #535cad);
  background-blend-mode: normal, normal;
  color: #ffffff;
}
/**è¯¦æƒ…é¡µç¿»é¡µ**/
.info-page {
  padding: 35px 0;
  font-size: 15px;
  line-height: 30px;
  color: #555555;
}
.info-page p {
  max-width: 49%;
}
.info-page a {
  color: #555555;
}
.info-page a:hover {
  color: var(--main-color);
}
/**å¤´éƒ¨å¯¼èˆª**/
.header-box {
  margin-left: calc(var(--hvw)*-0.5);
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 9;
  width: var(--hvw);
  height: var(--default-h);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  transition: transform 0.4s ease;
}
#header {
  --btnh: calc(var(--h)*0.5);
  --h: var(--default-h);
  --color: #ffffff;
  --hover-color: var(--main-color);
  background-color: transparent;
  color: var(--color);
  transition: all 0.4s ease;
}
#header .logo-box {
  transition: all 0.3s;
  height: var(--h);
}
#header .logo-box .imgs {
  position: relative;
}
#header .logo-box .imgs img {
  display: block;
  height: clamp(15px, calc(var(--h)*0.5), 48px);
  height: clamp(15px, calc(var(--h)*0.6), 48px);
  transition: height 0.3s;
}
#header .logo-box .imgs .i {
  opacity: 1;
}
#header .logo-box .imgs .i_h {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
#header .phone-box ,
#header .phone-menu-switch {
  --w: var(--btnh);
}
#header .phone-box {
  --w: 1.8em;
  position: relative;
  z-index: 2;
  font-size: 1.3em;
  line-height: var(--w);
  font-style: italic;
  color: #ffffff;
}
#header .phone-box .self-svg {
  --size: 80%;
  --fill: linear-gradient(-34deg, #ff0000 0%, #ff0000 100%);
  --fill: #ffffff;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  width: var(--w);
  height: var(--w);
  background:#ff0000;
}
#header .phone-box .self-svg svg {
  transform: translateX(-5%);
}
#header .phone-box .phone-num {
  margin-right: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: calc(var(--w)*.5);
  padding: 0 0 0 1em;
  word-break: keep-all;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s, margin 0.3s, padding .3s;
  background-color: #ff0000;
}
#header .phone-box:hover .phone-num {
  margin-right: 0;
  padding-right: calc(var(--w)*1 + 1em);
  pointer-events: auto;
  opacity: 1;
}
.phone-menu-switch {
  --w: 62px;
  margin-left: var(--divpad);
  position: relative;
  /* width: var(--w); */
  height: var(--w);
  background-image: var(--background);
  background-blend-mode: normal, normal;
  border-radius: 5px;
  padding: 0 1em;
  color: #ffffff;
  transition: all 0.4s;
}
.phone-menu-switch:hover {
  background-image: var(--background-hover);
}
.phone-menu-switch .switch-line {
  position: relative;
  width: 50%;
  height: 50%;
  flex-direction: column;
}
.phone-menu-switch .switch-line .switch-i {
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  opacity: 1;
  transform: translate(0);
  transition: transform 0.3s, width 0.4s, opacity 0.2s;
}
.phone-menu-switch .switch-line .i2 {
  width: 80%;
}
.phone-menu-switch .switch-exit {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
}
.phone-menu-switch .switch-exit .exit-i {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  height: 3px;
  width: 0%;
  background-color: #ffffff;
  opacity: 1;
  transition: width 0.4s, opacity 0.2s;
}
.phone-menu-switch .switch-exit .i2 {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.menu-show .phone-menu-switch .switch-line .switch-i {
  width: 100%;
}
.menu-show .phone-menu-switch .switch-line .i1 {
  transform: translate(-5%, calc(var(--w)*0.22)) rotate(45deg);
}
.menu-show .phone-menu-switch .switch-line .i2 {
  opacity: 0;
  width: 100%;
}
.menu-show .phone-menu-switch .switch-line .i3 {
  transform: translate(-5%, calc(var(--w)*-0.22)) rotate(-45deg);
}
.menu-show .phone-menu-switch .switch-exit .exit-i {
  width: 116%;
}
.no-banner .header-box {
  position: sticky;
}
#header {
  --divpad: 50px;
  font-size: 16px;
}
#header .menu-block .menu {
  --i-h: var(--h);
  --pad: var(--divpad);
  --pad-mini: 0px;
  line-height: var(--i-h);
  transition: all 0.3s;
}
#header .menu-block .menu .menu-son {
  background: transparent;
  margin-right: calc(var(--pad) - var(--pad-mini)*2);
}
/* #header .menu-block .menu .menu-son + .menu-son {
  margin-left: calc(var(--pad) - var(--pad-mini)*2);
} */
#header .menu-block .menu .menu-son .menu-title-word {
  position: relative;
}
#header .menu-block .menu .menu-son .cn {
  display: block;
  transform: translateY(0);
  opacity: 1;
  transition: opacity 0.2s, transform 0.4s;
}
#header .menu-block .menu .menu-son .en {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 0%);
  opacity: 0;
  transition: opacity 0.2s, transform 0.4s;
}
#header .menu-block .menu .menu-son:hover .menu-title,
#header .menu-block .menu .menu-son.on .menu-title {
  color: #ff0000;
}
#header .menu-block .menu .menu-son:hover .menu-title .jt-icon {
  margin-bottom: -1px;
  opacity: 1;
}
#header .menu-block .menu .menu-son:hover .sub-block {
  margin-top: 0;
  opacity: 1;
  pointer-events: auto;
}
#header .menu-block .menu .menu-title {
  position: relative;
  z-index: 2;
  padding: 0 var(--pad-mini);
  text-align: center;
}
#header .menu-block .menu .menu-title .jt-icon {
  display: block;
  margin-bottom: -10px;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  bottom: 0;
  border: 0 transparent;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 8px solid #ffffff;
  opacity: 0;
  pointer-events: none;
  transition: margin 0.3s, opacity 0.3s;
}
#header .menu-block .menu .menu-title .jt-icon:before{
content:"";
  display: block;
  margin-bottom: -10px;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  bottom: 0;
  border: 0 transparent;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 8px solid #ffffff;
  opacity: 1;
  pointer-events: none;

}
#header .menu-block .sub-block {
  margin-top: 10px;
  position: absolute;
  left: 0;
  top: var(--h);
  width: 100%;
  padding: 10px 0;
  background-color: #ffffff;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.03);
  line-height: 1.4em;
  transition: top 0.3s ease, padding 0.5s, margin 0.3s, opacity 0.3s;
}
#header .menu-block .sub-block::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-top: 1px solid #eeeeee;
  width: 100%;
}
#header .menu-block .sub-block .wrap-div {
  margin-left: auto;
  margin-right: auto;
  width: var(--wrap-1760-width);
}
#header .menu-block .sub-block .sub-block {
  width: 100%;
}
#header .menu-block .sub-block .line {
  flex-shrink: 0;
  border-left: 1px solid #e7e7e7;
}
#header .menu-block .sub-block .sub-cont {
  position: relative;
  min-height: 335px;
  width: 30.6%;
  padding-top: 35px;
}
#header .menu-block .sub-block .sub-cont .des-tit {
  font-size: 15px;
  line-height: 1.4em;
  color: #999999;
}
#header .menu-block .sub-block .sub-cont .des-cont {
  margin-top: 7px;
  font-size: 24px;
  line-height: 1.4em;
  color: #222222;
}
#header .menu-block .sub-block .sub-cont .des-icon {
  position: absolute;
  right: 0;
  bottom: 0;
}
#header .menu-block .sub-block .sub-list {
  width: 50%;
}
#header .menu-block .sub-block .sub-list .list .list-li .list-box {
  padding: 22px 0 22px 20px;
  cursor: pointer;
}
#header .menu-block .menu-son:nth-child(2) .sub-block .sub-list .list .list-li .list-box {
  padding-top: 22px;
  padding-bottom: 22px;
}
#header .menu-block .sub-block .sub-list .list .list-li:hover .list-icon .icon-icon {
  transform: translate(-8px, -8px);
  right: calc(100% - var(--sw));
  bottom: calc(100% - var(--sw));
  border-radius: 50%;
}
#header .menu-block .sub-block .sub-list .list .list-li:hover .list-title {
  color: var(--main-color);
}
#header .menu-block .sub-block .sub-list .list .list-li:nth-child(2n+2) .next-list .next-pad {
  margin-right: 0;
  margin-left: -100%;
}
#header .menu-block .sub-block .sub-list .list .list-li:first-child .next-list {
  display: block;
}
#header .menu-block .sub-block .sub-list .list .list-icon {
  width: 68px;
  min-height: 62px;
}
#header .menu-block .sub-block .sub-list .list .list-icon img {
  display: block;
  position: relative;
  z-index: 2;
}
#header .menu-block .sub-block .sub-list .list .list-icon .i-box {
  position: relative;
  min-height: 50px;
}
#header .menu-block .sub-block .sub-list .list .list-icon .icon-icon {
  --sw: 37px;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(4px, 4px);
  width: var(--sw);
  height: var(--sw);
  border-radius: 3px 10px 10px 10px;
  background: linear-gradient(to right bottom, #ebb13c, #ed7841);
  transition: all 0.3s;
}
#header .menu-block .sub-block .sub-list .list .list-cont .list-title {
  font-size: 20px;
  line-height: 1.4em;
  color: #222222;
}
#header .menu-block .sub-block .sub-list .list .list-cont .list-des {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.4em;
  color: #777777;
}
#header .menu-block .sub-block .sub-list .list .list-cont .list-a {
  margin-top: 1em;
  font-size: 14px;
  line-height: 1.4em;
  color: #777777;
}
#header .menu-block .sub-block .sub-list .list .list-cont .list-a + .list-a {
  margin-top: 0;
}
#header .menu-block .sub-block .sub-list .list .list-cont .list-a .a {
  margin-right: 20px;
}
#header .menu-block .sub-block .sub-list .list .list-cont .list-a .a:hover {
  color: var(--main-color);
}
#header .menu-block .sub-block .sub-list .next-list {
  display: none;
  margin-top: -14px;
  position: relative;
}
#header .menu-block .sub-block .sub-list .next-list::before {
  content: '';
  display: block;
  margin-top: -4px;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 85px;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  background-color: #f4f4f4;
}
#header .menu-block .sub-block .sub-list .next-list .next-pad {
  margin-right: -100%;
  position: relative;
  border-radius: 12px;
  background-color: #f4f4f4;
  padding: 27px 40px;
}
#header .menu-block .sub-block .sub-list .next-list .next-li {
  padding: 5px;
}
#header .menu-block .sub-block .sub-list .next-list .next-li-box {
  display: inline-block;
  vertical-align: top;
  border-radius: 5px;
  padding: 10px;
  background-color: transparent;
  transition: background 0.3s;
}
#header .menu-block .sub-block .sub-list .next-list .next-li-box:hover {
  background-color: #eeeeee;
}
#header .menu-block .sub-block .sub-list .next-list .next-li-box:hover .next-li-title {
  color: var(--main-color);
}
#header .menu-block .sub-block .sub-list .next-list .next-li-title {
  font-size: 18px;
  line-height: 1.4em;
  color: #222222;
  transition: color 0.3s;
}
#header .menu-block .sub-block .sub-list .next-list .next-li-des {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.4em;
  color: #777777;
}
.type-a #header {
  --color: #333333;
}
.small-header .header-box {
  transform: translateY(-100%);
}
.small-header #header {
  --h: var(--header-small-height);
}
.small-header #header .menu-block .menu {
  font-size: 16px;
}
.small-header #header .menu-block .menu .menu-son .menu-title .jt-icon {
  border-bottom-color: #eeeeee;
}
.small-header #header .menu-block .menu .sub-block {
  padding: 30px 0;
}
.small-header.show-header .header-box {
  transform: translateY(0);
}
.no-banner #header,
.small-header #header {
  --color: #333333;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.no-banner #header .logo-box .imgs .i,
.small-header #header .logo-box .imgs .i {
  opacity: 0;
}
.no-banner #header .logo-box .imgs .i_h,
.small-header #header .logo-box .imgs .i_h {
  opacity: 1;
}
.no-banner #header .menu-block .menu .menu-title .jt-icon,
.small-header #header .menu-block .menu .menu-title .jt-icon {
  border-bottom-color: #eeeeee;
}
.header-box:hover #header {
  --color: #333333;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.header-box:hover #header .logo-box .imgs .i {
  opacity: 0;
}
.header-box:hover #header .logo-box .imgs .i_h {
  opacity: 1;
}
.header-box:hover #header .menu-block .menu .menu-title .jt-icon {
  border-bottom-color: #eeeeee;
}
@media (max-width: 1660px) {
  #header {
    --divpad: 35px;
    --btnh: calc(var(--h)*.45);
  }
  #header .menu-block .sub-block .sub-cont {
    padding-top: 25px;
    min-height: 305px;
  }
  #header .menu-block .sub-block .sub-cont .des-cont {
    margin-top: 5px;
    font-size: 20px;
  }
  #header .menu-block .sub-block .sub-list .list .list-li .list-box {
    padding: 35px 0 35px 15px;
  }
  #header .menu-block .sub-block .sub-list .list .list-icon {
    width: 62px;
  }
  #header .menu-block .sub-block .sub-list .list .list-icon img {
    zoom: 0.8;
  }
  #header .menu-block .sub-block .sub-list .list .list-icon .icon-icon {
    --sw: 35px;
  }
  #header .menu-block .sub-block .sub-list .list .list-cont .list-title {
    font-size: 16px;
  }
  #header .menu-block .sub-block .sub-list .list .list-cont .list-des {
    margin-top: 2px;
  }
  #header .menu-block .sub-block .sub-list .list .next-list {
    margin-top: -15px;
  }
  #header .menu-block .sub-block .sub-list .list .next-list::before {
    margin-top: -4px;
    left: 75px;
  }
  #header .menu-block .sub-block .sub-list .list .next-list .next-pad {
    border-radius: 10px;
    padding: 18px 25px;
  }
  #header .menu-block .sub-block .sub-list .list .next-list .next-li-title {
    font-size: 17px;
  }
  #header .menu-block .sub-block .sub-list .list .next-list .next-li-des {
    margin-top: 3px;
  }
  #header .phone-menu-switch {
    font-size: .9em;
  }
}
@media (max-width: 1500px) {
  #header {
    --divpad: 34px;
  }
}
@media (max-width: 1400px) {
  #header {
    --divpad: 32px;
  }
}
@media (max-width: 1350px) {
  #header {
    --divpad: 30px;
  }
}
@media (max-width: 1300px) {
  #header {
    --divpad: 25px;
  }
}
/**åº•éƒ¨**/
.footer {
  --color: #646464;
  --hover: #ffffff;
  position: relative;
  background: #222222;
  font-size: 14px;
  line-height: 1.6em;
  color: var(--color);
}
.footer a:hover {
  color: var(--hover);
}
.footer .first-title {
  font-size: 22px;
  line-height: 1.4em;
  color: #ffffff;
}
.footer .top {
  border-bottom: 1px solid #2d2d2d;
  padding-top: 50px;
  padding-bottom: 30px;
}
.footer .menus .menus-son {
  font-size: 16px;
  line-height: 1.4em;
  color: #ffffff;
}
.footer .menus .menus-son + .menus-son {
  margin-left: 50px;
}
.footer .menus .menus-son:hover {
  color: var(--main-color);
}
.footer .mid {
  padding-top: 50px;
  padding-bottom: 47px;
}
.footer .mid .tit-box {
  margin-bottom: 25px;
  border-bottom: 1px solid #2d2d2d;
  padding-bottom: 16px;
}
.footer .mid .tit-box .first-title + .first-title {
  margin-left: 40px;
}
.footer .mid .tit-box .link {
  color: #555555;
}
.footer .mid .tit-box .link.on{ color:#fff;}
.footer .mid .tit-box .link:hover {
  color: #ffffff;
}
.footer .mid .left-cont {
  width: 20%;
}
.footer .mid .left-cont .contact-box {
  margin-bottom: 24px;
}
.footer .mid .left-cont .contact-box .phone {
  display: inline-block;
  vertical-align: top;
  background: var(--linear-color);
  -webkit-background-clip: text;
  font-size: 28px;
  line-height: 1em;
  color: transparent;
}
.footer .mid .left-cont .contact-box .address {
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer .mid .left-cont .contact-box .contact_title {
    font-size: 22px;
    line-height: 1.4em;
    color: #ffffff;
}

.footer .mid .left-cont .contact-box .code-list {
  word-break: keep-all;
}
.footer .mid .left-cont .contact-box .code-list .line {
  margin: 0 30px 0 30px;
  width: 1px;
  background-color: #2d2d2d;
}
.footer .mid .left-cont .contact-box .code-list .code-wid .img img {
  width: 120px;
}
.footer .mid .left-cont .contact-box .code-list .code-wid .code-txt {
  padding-left: 12px;
}
.footer .mid .left-cont .more-box-b .more-box{ padding-left:10px;}
.footer .mid .left-cont .more-box-b .more-box .more-box-word{ margin-right:20px;}
.footer .mid .right-cont {
  width: 75%;
}

.footer .mid .right-cont .w25{
  float: left;
  width: 25%;

  height: auto;
}
 .footer .mid .right-cont .w25 ul{margin-top:20px}
.footer .mid .right-cont .w25 ul li{
  clear: both;
  text-align: left;
  font-size:15px;
  color: #646464;
  line-height: :30px;
  height: 30px;
  list-style: none;
}

.footer .mid .right-cont .text {
  margin-bottom: 33px;
  line-height: 2.2em;
}
.footer .mid .right-cont .list {
  --lp: 3px;
  margin-top: -8px;
}
.footer .mid .right-cont .list .list-li {
  width: 25%;
  padding: 3px;
}
.footer .friends-link {
  border-top: 1px solid #2d2d2d;
  padding-top: 27px;
  padding-bottom: 18px;
}
.footer .friends-link .f-title {
  margin-bottom: 6px;
}
.footer .friends-link .f-title .tit {
  font-size: 16px;
  line-height: 1.4em;
}
.footer .friends-link .f-title .tit.on {
  color: #ffffff;
}
.footer .friends-link .f-title .tit + .tit {
  margin-left: 0.8em;
}
.footer .friends-link .f-title .on {
  color: #ffffff;
}
.footer .friends-link .links a {
  margin-right: 10px;
}
.footer .bot {
  border-top: 1px solid #2d2d2d;
  padding: 26px 0;
}
.footer .bot .icp {
  display: flex;
  align-items: center;
}
.get-quote-block {
  --c: #4c4f55;
  --maxw: max(150vw, 150vh);
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  background-color: transparent;
  color: var(--c);
}
.get-quote-block.show {
  z-index: 999;
  opacity: 1;
  pointer-events: auto;
}
.get-quote-block.show .cycle-bg {
  --maxwmini: calc(var(--maxw)*1);
}
.get-quote-block.show .get-quote-top,
.get-quote-block.show .left-cont,
.get-quote-block.show .right-cont {
  pointer-events: auto;
  transform: translate(0, 0);
  opacity: 1;
  transition: all 0.6s ease-in-out;
}
.get-quote-block.show .get-quote-top {
  transition-delay: 0.2s;
}
.get-quote-block.show .left-cont {
  transition-delay: 0.5s;
}
.get-quote-block.show .right-cont {
  transition-delay: 0.7s;
}
.get-quote-block .cycle-bg {
  --maxwmini: calc(var(--maxw)*0);
  margin-top: calc(var(--maxwmini)*-1);
  margin-right: calc(var(--maxwmini)*-1);
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  width: calc(var(--maxwmini)*2);
  height: calc(var(--maxwmini)*2);
  background-color: #ffffff;
  pointer-events: none;
  transition: all 0.8s;
}
.get-quote-block .get-quote-top,
.get-quote-block .left-cont,
.get-quote-block .right-cont {
  pointer-events: none;
  opacity: 0;
}
.get-quote-block .get-quote-top {
  transform: translate(0, 40px);
}
.get-quote-block .left-cont {
  transform: translate(100px, 0);
}
.get-quote-block .right-cont {
  transform: translate(100px, 0);
}
.get-quote-block .get-quote-top {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  padding: 15px 30px;
}
.get-quote-block .get-quote-top .logo img {
  display: block;
}
.get-quote-block .get-quote-top .exit {
  --sw: 32px;
  --size: 55%;
  --fill: #222222;
}
.get-quote-block .get-quote-top .exit .self-svg {
  width: var(--sw);
  height: var(--sw);
  transition: all 0.3s;
}
.get-quote-block .get-quote-top .exit:hover {
  --fill: var(--main-color);
}
.get-quote-block .flex-box {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.get-quote-block .left-cont {
  width: 50%;
  height: 100%;
}
.get-quote-block .left-cont img {
  height: 100%;
}
.get-quote-block .right-cont {
  width: 50%;
  height: 100%;
  padding: 100px 0 50px;
}
.get-quote-block .form {
  height: 100%;
  padding: 0 10%;
  overflow-y: auto;
}
.get-quote-block .mt-35 {
  margin-top: 35px;
}
.get-quote-block .title {
  font-size: 36px;
  line-height: 1.4em;
}
.get-quote-block .next-title {
  font-size: 24px;
  line-height: 1.4em;
}
.get-quote-block .hr {
  margin: 35px 0;
  border: 0 none;
  border-bottom: 2px solid #f7f7f7;
}
.get-quote-block .hr.hr1 {
  margin-bottom: 0;
}
.get-quote-block .hr.hr2 {
  margin: 25px 0;
}
.get-quote-block .lw-w-5 {
  width: 47%;
}
.get-quote-block .input-li {
  --ih: 26px;
  --pad: 10px;
  padding-top: 30px;
  line-height: var(--ih);
  cursor: pointer;
}
.get-quote-block .input-li .input-title {
  margin-top: 0;
  position: absolute;
  left: 0px;
  top: var(--pad);
  font-size: 16px;
  font-weight: 700;
  color: #c0c0c0;
  transition: all 0.4s;
}
.get-quote-block .input-li .input-box {
  position: relative;
  border-bottom: 1px solid #c0c0c0;
}
.get-quote-block .input-li .input-box .input {
  display: block;
  width: 100%;
  padding: var(--pad) 0;
  font-size: 16px;
  line-height: var(--ih);
  color: #4c4f55;
}
.get-quote-block .input-li .input-box .input.hasVal + .input-title ,
.get-quote-block .input-li .input-box .input:focus + .input-title {
  margin-top: -20px;
  font-size: 12px;
}
.get-quote-block .input-li .input-box.code-box {
  position: relative;
  padding-right: 120px;
}
.get-quote-block .input-li .input-box.code-box .code {
  position: absolute;
  top: calc(var(--pad)*0.2);
  right: 0;
  height: calc(var(--ih) + var(--pad)*0.6);
}
.get-quote-block .text-checkbox {
  position: relative;
  cursor: pointer;
}
.get-quote-block .text-checkbox .text-checkbox-val {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
}
.get-quote-block .text-checkbox .text-checkbox-val:checked + .text-checkbox-text {
  color: var(--c);
}
.get-quote-block .text-checkbox .text-checkbox-text:hover {
  color: var(--ce);
}
.get-quote-block .server-type-box {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 700;
  color: #b6b6b6;
}
.get-quote-block .server-type-box .server-type-li {
  position: relative;
  padding: 7px 0;
}
.get-quote-block .server-type-box .point {
  padding: 0px 8px;
}
.get-quote-block .radio-list .next-title {
  margin-right: 15px;
}
.get-quote-block .radio-list .radio-box-self {
  --sw: 18px;
  line-height: 22px;
}
.get-quote-block .radio-list .radio-box-self + .radio-box-self {
  margin-left: 15px;
}
.get-quote-block .radio-list .radio-box-self .radio-text {
  padding-left: 5px;
}
.get-quote-block .radio-list .radio-box-self .radio-point::after {
  --asw: 100%;
  --lp: 0;
}
.get-quote-block .submit-box {
  margin-top: 40px;
}
.get-quote-block .submit-box .submit {
  width: 100%;
  background-color: #d8dbe2;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  line-height: 60px;
  transition: all 0.8s;
}
.get-quote-block .submit-box .submit:hover {
  background: var(--main-color);
  color: #ffffff;
}
@media (max-width: 1600px) {
  .get-quote-block .title {
    font-size: 32px;
  }
  .get-quote-block .next-title {
    font-size: 22px;
  }
  .get-quote-block .hr {
    margin: 30px 0;
  }
  .get-quote-block .hr.hr2 {
    margin: 20px 0;
  }
}
@media (max-width: 1230px) {
  .get-quote-block .get-quote-top {
    padding: 15px 20px;
  }
  .get-quote-block .left-cont {
    width: 30%;
  }
  .get-quote-block .right-cont {
    width: 70%;
    padding: 80px 0 50px;
  }
  .get-quote-block .mt-35 {
    margin-top: 25px;
  }
  .get-quote-block .title {
    font-size: 28px;
  }
  .get-quote-block .next-title {
    font-size: 20px;
  }
  .get-quote-block .hr {
    margin: 25px 0;
  }
  .get-quote-block .hr.hr1 {
    margin-bottom: 0;
  }
  .get-quote-block .hr.hr2 {
    margin: 18px 0;
  }
  .get-quote-block .input-li {
    --ih: 26px;
    --pad: 10px;
    padding-top: 20px;
  }
  .get-quote-block .input-li .input-title {
    font-size: 14px;
  }
  .get-quote-block .input-li .input-box .input {
    font-size: 14px;
  }
  .get-quote-block .server-type-box {
    font-size: 16px;
  }
  .get-quote-block .server-type-box .server-type-li {
    padding: 4px 0;
  }
  .get-quote-block .server-type-box .point {
    padding: 0px 6px;
  }
  .get-quote-block .radio-list .next-title {
    margin-right: 10px;
  }
  .get-quote-block .radio-list .radio-box-self {
    --sw: 16px;
  }
  .get-quote-block .radio-list .radio-box-self + .radio-box-self {
    margin-left: 12px;
  }
  .get-quote-block .submit-box {
    margin-top: 30px;
  }
  .get-quote-block .submit-box .submit {
    font-size: 16px;
    line-height: 50px;
  }
}
@media (max-width: 900px) {
  .get-quote-block .left-cont {
    width: 0;
  }
  .get-quote-block .right-cont {
    width: 100%;
  }
}

/*ç¬¬ä¸€å±å¤§å›¾*/
.o_big_con{ overflow:hidden; position:relative;}
.o_big_con .o_big{ overflow:hidden; background-repeat:no-repeat; background-position:70% center; background-size:cover; position:relative;  width:100%;/*-webkit-animation:scaleAnim 5s ease forwards; animation: scaleAnim 5s ease forwards;*/ padding-top:31.296%;}
.o_big_con .cons{ position:absolute; top:0; left:0; width:100%; height:100%;}
.o_big_con .cons .website_h3{ display: flex; align-items: center; position:absolute; bottom:0; width:35.4%; height:100%; /*background:url(../images/website2/website1_bg1.png) center center no-repeat;*/ background-size:cover; color:#fff;}
.o_big_con .cons .website_h3.wid2 { width: 60%; }
.o_big_con .cons .website_h3.wid2 .boxs { width: 100%; max-width: 90%; }
.o_big_con .cons .website_h3 .boxs{ width:90%; max-width:520px; margin:0;}
.o_big_con .cons .website_h3 .h3{ line-height:60px; overflow:hidden; font-weight:bold; margin-top:15.7%;}
.o_big_con .cons .website_h3 .p{ overflow:hidden; margin-top:3.27%; line-height:30px;}
.o_big_con .cons .website_pos{ bottom:21px; position:absolute; line-height:30px; color:rgba(255,255,255,0.6); font-size:14px;}
.o_big_con .cons .website_pos a{color:rgba(255,255,255,0.6);}
.o_big_con .cons .website_pos a:hover{ color:#fff;}
.o_big_con .cons .website_pos img{ height:14px; margin-right:6px; margin-bottom:3px;}
.f288{ font-size:288px;}
.f240{ font-size:240px;}
.f100{ font-size:100px;}
.f52{ font-size:52px;}
.f48{ font-size:48px;}
.f32{ font-size:32px;}
.f28{ font-size:28px;}
.f24{ font-size:24px;}
.f20{ font-size:20px;}
.f18{ font-size:18px;}
@media (max-width: 1660px) {
.f288{ font-size:272px;}
.f240{ font-size:226px;}
.f100{ font-size:94px;}
.f52{ font-size:49px;}
.f48{ font-size:45px;}
.f32{ font-size:30px;}
.f28{ font-size:26px;}
.f24{ font-size:23px;}
.f20{ font-size:19px;}
.f18{ font-size:17px;}
/*ç¬¬ä¸€å±å¤§å›¾*/
.o_big_con .cons .website_h3 .h3{ line-height:56px; margin-top:14%;}
.o_big_con .cons .website_h3 .p{ margin-top:3%;}
}
@media (max-width: 1550px) {
.f288{ font-size:254px;}
.f240{ font-size:211px;}
.f100{ font-size:88px;}
.f52{ font-size:46px;}
.f48{ font-size:42px;}
.f32{ font-size:28px;}
.f28{ font-size:25px;}
.f24{ font-size:21px;}
.f20{ font-size:18px;}
.f18{ font-size:16px;}
/*ç¬¬ä¸€å±å¤§å›¾*/
.o_big_con .cons .website_h3 .h3{ line-height:50px; margin-top:12%;}
.o_big_con .cons .website_h3 .p{ margin-top:2%;}
}
@media (max-width: 1400px) {
.f288{ font-size:229px;}
.f240{ font-size:191px;}
.f100{ font-size:80px;}
.f52{ font-size:41px;}
.f48{ font-size:38px;}
.f32{ font-size:25px;}
.f28{ font-size:22px;}
.f24{ font-size:19px;}
.f20{ font-size:16px;}
.f18{ font-size:14px;}
/*ç¬¬ä¸€å±å¤§å›¾*/
.o_big_con .cons .website_h3 .h3{ line-height:46px; margin-top:10%;}
.o_big_con .cons .website_h3 .p{ line-height:26px;}
}


.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px;}
.pagination&gt;li{display:inline;}
.pagination&gt;li&gt;a,.pagination&gt;li&gt;span{position:relative;float:left;padding:6px 12px;line-height:1.42857;text-decoration:none;color:#337ab7;background-color:#fff;border:1px solid #ddd;margin-left:-1px;}
.pagination&gt;li:first-child&gt;a,.pagination&gt;li:first-child&gt;span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px;}
.pagination&gt;li:last-child&gt;a,.pagination&gt;li:last-child&gt;span{border-bottom-right-radius:4px;border-top-right-radius:4px;}
.pagination&gt;li&gt;a:focus,.pagination&gt;li&gt;a:hover,.pagination&gt;li&gt;span:focus,.pagination&gt;li&gt;span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd;}
.pagination&gt;.active&gt;a,.pagination&gt;.active&gt;a:focus,.pagination&gt;.active&gt;a:hover,.pagination&gt;.active&gt;span,.pagination&gt;.active&gt;span:focus,.pagination&gt;.active&gt;span:hover{z-index:3;color:#fff;background-color:#337ab7;border-color:#337ab7;cursor:default;}

/*åœ¨çº¿ç•™è¨€*/

.agent_box {
    padding-top: 60px
}
.wid {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.agent_box .list {
    overflow: hidden;
    text-align: center;
    margin-top: 60px;
    display: none
}

.agent_box .list li {
    padding: 0 15px
}

.agent_box .list img {
    display: block;
    margin: 0 auto
}

.agent_box .list .tt {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px
}


.i_title {
    text-align: center
}

.i_title p {
    font-size: 36px;
    font-weight: bold
}

.i_title span {
    display: block;
    font-size: 18px;
    margin-top: 20px;
    color: #666666
}

.hospital_c {
    padding-top: 40px;
    padding-bottom: 0
}

.hospital_c .box {
    position: relative;
    overflow: hidden;
    border: 8px solid #eef2f5
}

.hospital_c .box .imgbox {
    overflow: hidden;
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0
}

.hospital_c .box .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit:cover"
}

.hospital_c .box .txt {
    float: right;
    width: 50%;
    padding: 150px 80px 140px
}

.hos_tit {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.25;
    padding-left: 25px;
    position: relative
}
.hos_des {
    text-align: justify;
    font-size: 18px;
    line-height: 2.33;
    margin-top: 40px
}
.hos_tit::after {
    content: "";
    display: block;
    height: 36px;
    background: #d81620;
    width: 6px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -18px
}

.agent_box .list .des {
    font-size: 18px;
    color: #666666;
    line-height: 1.67
}



.agent_form {
    padding-bottom: 70px
}

.agent_form form {
    margin-top: 60px
}

.agent_form .form_row {
    overflow: hidden
}

.agent_form .form_row .input_box {
    float: left;
    width: 32%;
    margin-right: 2%
}

.agent_form .form_row .input_box:last-child {
    margin-right: 0
}

.agent_form .input_box {
    height: 66px;
    line-height: 64px;
    border: 1px solid #d0d0d0;
    margin-bottom: 24px;
    position: relative
}

.agent_form .input_box .placeholder {
    position: absolute;
    left: 0;
    z-index: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    top: 0;
    font-size: 18px;
    padding-left: 25px
}

.agent_form .input_box .placeholder span {
    color: #d81620
}

.agent_form .input_box .placeholder em {
    color: #666666;
    font-style: normal
}

.agent_form .input_box input {
    display: block;
    width: 100%;
    position: relative;
    z-index: 5;
    font-size: 18px;
    padding: 0 25px;
    height: 100%;
    transition: all 0.45s;
    border: none;
    background: none;
    outline-color: #d81620;
    outline-width: 1px
}

.agent_form .submit_row {
    overflow: hidden
}

.agent_form .submit_row .left {
    float: left
}

.agent_form .submit_row .left .input_box {
    float: left;
    width: 275px
}

.agent_form .submit_row .left img {
    display: block;
    float: left;
    margin-left: 24px;
    height: 66px
}

.agent_form .submit_row .right {
    float: right
}

.agent_form .submit_row .right input {
    display: block;
    float: left;
    height: 66px;
    width: 200px;
    margin-left: 24px;
    cursor: pointer;
    border: none;
    font-size: 18px
}

.agent_form .submit_row .right .reset {
    background: #e6e6e6;
    color: #333
}

.agent_form .submit_row .right .submit {
    background: #d81620;
    color: #fff
}


/*äººæ‰æ‹›è˜*/

.recruitment {
    width: 100%;
   clear: both;
   overflow: hidden;
   height: auto;
}

.recruitment .title {
    width: 100%;
    padding: 35px 0;
    text-align: center
}

.recruitment .title h3 {
    line-height: 60px;
    font-size: 32px;
    color: #333;
    margin: 0
}

.recruitment .title h5 {
    width: 100%;
    line-height: 34px;
    font-size: 16px;
    color: #666;
    margin: 0
}

.recruitment .intrs {
    width: 100%
}

.recruitment .intrs .item {
    width: 100%;
    position: relative
}

.recruitment .intrs .item .imgs {
    width: 100%;
    overflow: hidden
}

.recruitment .intrs .item .imgs img {
    width: 100%;
    transition: 0.5s
}

.recruitment .intrs .item .inform {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.recruitment .intrs .item .inform .box {
    width: 50%;
    height: 50%;
    float: left;
    overflow: hidden;
    cursor: pointer
}

.recruitment .intrs .item .inform .box img {
    width: 100%;
    height: 100%;
    transition: 0.5s
}

.recruitment .intrs .item .inform .box h5 {
    line-height: 68px;
    font-size: 24px;
    color: #fff;
    margin: 0;
    font-weight: bold
}

.recruitment .intrs .item .inform .box p {
    color: #fff;
    line-height: 30px;
    margin: 0
}

.recruitment .intrs .item .inform .box:hover img {
    transform: scale(1.1)
}

.recruitment .intrs .item .inform .box.box-item1 {
    background: rgba(216,22,32,0.8);
    padding: 0 40px;
    padding-top: 58px;
    cursor: pointer
}

.recruitment .intrs .item .inform .box.box-item2 {
    width: 100%;
    position: relative;
    float: left;
    cursor: pointer
}

.recruitment .intrs .item .inform .box.box-item2 .txts {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px
}

.recruitment .intrs .item .inform .box.box-item2 .txts p {
    max-width: 265px
}

.recruitment .intrs .item .inform .box.box-item2:hover img {
    transform: scale(1.1)
}

.recruitment .intrs .item .inform .box.box-item3 {
    background: #ececec;
    padding: 0 40px;
    padding-top: 58px
}

.recruitment .intrs .item .inform .box.box-item3 h5 {
    color: #d81620
}

.recruitment .intrs .item .inform .box.box-item3 p {
    color: #333
}

.recruitment .intrs .item:hover .imgs img {
    transform: scale(1.1)
}

.jobs {
    width: 100%;
    background-color: #f7f9fc;
    float: left;
    padding-bottom: 40px
}

.jobs .title {
    width: 100%;
    padding: 35px 0;
    text-align: center
}

.jobs .title h3 {
    line-height: 60px;
    font-size: 32px;
    color: #333;
    margin: 0
}

.jobs .title h5 {
    width: 100%;
    line-height: 34px;
    font-size: 16px;
    color: #666;
    margin: 0
}

.jobs .conts {
    width: 100%
}

.jobs .conts .listTh {
    width: 100%;
    height: 72px;
    background-color: #d81721;
    padding: 0 60px
}

.jobs .conts .listTh ul {
    width: 100%;
    margin: 0
}

.jobs .conts .listTh ul li {
    width: 20%;
    list-style: none;
    line-height: 72px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    float: left
}

.jobs .conts .listTh ul li:first-child {
    text-align: left
}

.jobs .conts .listTh ul li:last-child {
    text-align: right
}

.jobs .conts .listTd {
    width: 100%;
    float: left
}

.jobs .conts .listTd ul {
    width: 100%;
    margin: 0
}

.jobs .conts .listTd ul li {
    width: 100%;
    margin-bottom: 10px;
    float: left;
    background-color: #fff;
    list-style: none;
}

.jobs .conts .listTd ul li .datas {
    width: 100%;
    height: 72px;
    padding: 0 60px;
 
}

.jobs .conts .listTd ul li .datas .item {
    width: 20%;
    float: left;
    text-align: center;
    line-height: 70px;

}

.jobs .conts .listTd ul li .datas .item:first-child {
    text-align: left
}

.jobs .conts .listTd ul li .datas .item:last-child {
    text-align: right
}

.jobs .conts .listTd ul li .datas .item i.btns {
    width: 18px;
    height: 10px;
    margin-top: 30px;

    background: url("../image/iconx.png") center no-repeat;
    display: inline-block
}

.jobs .conts .listTd ul li .slide {
    width: 100%;
    padding: 30px 60px;
    float: left;
    display: none
}

.jobs .conts .listTd ul li .slide .txts {
    width: 100%;
    margin-bottom: 10px;
    float: left
}

.jobs .conts .listTd ul li .slide .txts p {
    color: #333;
    text-align: justify
}


    .col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9 {
        float:left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%;
           float: left;
    }

    .col-lg-5 {
        width: 41.66666667%
     
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
.row {
    margin-right: -15px;
    margin-left: -15px;
}</pre></body></html>